DtedUploader

Provides progress and status of a DTED file(s) upload task.

Types

Link copied to clipboard

Status of the uploading task.

Properties

Link copied to clipboard

Currently uploaded file or null if not uploading.

Link copied to clipboard
@get:IntRange(from = 1)
var currentFileIndex: Int

Index of the file being currently uploaded.

Link copied to clipboard
@get:IntRange(from = 0, to = 100)
var currentFileProgress: Int

Current file upload progress.

Link copied to clipboard

Current status of the upload task.

Link copied to clipboard
@get:IntRange(from = 1)
val totalFileCount: Int

Amount of file(s) that the task will upload.

Link copied to clipboard
@get:IntRange(from = 0, to = 100)
var totalProgress: Int

Current progress of the task.